GI JI Third-Party Notices

GI JI itself is a local Go application. The release may be used together with:

- golang.org/x/net v0.57.0 and golang.org/x/text v0.40.0
  License: BSD 3-Clause
  Upstream: https://go.googlesource.com/net and https://go.googlesource.com/text
  Full bundled license: third_party/golang/LICENSE-BSD-3-CLAUSE.txt
  Upstream patent grant: third_party/golang/PATENTS.txt
  Pinned module notice: third_party/golang/NOTICE.md

- Qdrant
  License: Apache License 2.0
  Upstream: https://github.com/qdrant/qdrant
  Pinned release: 1.18.2
  Full bundled license: third_party/qdrant/LICENSE-APACHE-2.0.txt
  Upstream notice status: third_party/qdrant/NOTICE.md

- Xpdf `pdftotext` (Glyph & Cog)
  License: GNU General Public License, version 2
  Upstream: https://www.xpdfreader.com
  Pinned release: Xpdf 4.06
  Full bundled license: third_party/pdftext/LICENSE-GPL-v2.txt
  Upstream notice status: third_party/pdftext/NOTICE.md
  GI JI runs `pdftotext` as a separate program and never links it. The
  corresponding source of the bundled build is available on request — GI JI
  will host that build's source or supply it under a written offer; write to
  support@giji.agency.

- Ollama
  License: MIT License
  Upstream: https://github.com/ollama/ollama

- Qwen2.5 models
  License: Apache License 2.0
  Upstream: https://huggingface.co/Qwen

- bge-m3 model
  License: MIT License
  Upstream: https://huggingface.co/BAAI/bge-m3

- Inter typeface, version 4.1 (Regular 400, Medium 500, SemiBold 600, woff2)
  License: SIL Open Font License 1.1
  Upstream: https://github.com/rsms/inter
  Full bundled license: brand/fonts/inter/LICENSE.txt
  Embedded in the app's interface (internal/server/ui/index.html) for the
  Sage Mist appearance; the font files are bundled, not sold on their own.

The complete, unabridged licenses governing the bundled Go module code, the
Qdrant binary and the Xpdf `pdftotext` binary are packaged at the paths above.
`scripts/verify-dist.sh` fails if those licenses, grants, or pinned-version
notices are absent, and it fails if a package carries no PDF reader.

MIT License

Copyright 2026 GI JI contributors and the respective upstream authors.

Permission is hereby granted, free of charge, to any person obtaining a copy
of MIT-licensed software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
